disaronno 0.1.5

Disaronno is a blockchain framework designed to support the Scattered-Systems Ecosystem
Documentation

Disaronno

Disaronno is designed to be a highly modular blockchain framework designed for the Scattered-Systems ecosystem. This project was inspired by Ignite and Substrate, which respectively serve as the foundation for two of the leading multi-chains, Cosmos and Polkadot.

Getting Started

Quickstart

Repository

git clone https://github.com/scattered-systems/disarono.git
cargo build --workspace
cargo test --package disaronno

Workspace

Typically, all repositories will use a standard workspace to reduce the overall complexity of the individual systems.

Project Structure

~/project
    .github
        workflows
    artifacts
        docker
            data
    code
        crates
    config
    deploy
        kube
        docker-compose.yml
    .env
    .gitignore
    Cargo.toml
    LICENSE
    README.md

Resources

External

Internal